Welcome![Sign In][Sign Up]
Location:
Search - SQLite3 lib

Search list

[ADO-ODBCsqlite_res

Description: sqlite3,编译好的dll用于VC,内部有头文件,lib文件和dll文件.将其插入vc工程可以进行sqlite的操作-sqlite3, compiled dll for the VC, head of internal documents, lib dll files and documents. will be inserted vc project to carry out the operation sqlite
Platform: | Size: 173720 | Author: jiaopeng | Hits:

[ADO-ODBCsqlite_res

Description: sqlite3,编译好的dll用于VC,内部有头文件,lib文件和dll文件.将其插入vc工程可以进行sqlite的操作-sqlite3, compiled dll for the VC, head of internal documents, lib dll files and documents. will be inserted vc project to carry out the operation sqlite
Platform: | Size: 173056 | Author: jiaopeng | Hits:

[Other Databasesdatabase-tcl

Description: TCL的数据库处理支撑库及一些示例,包括mysql和sqlite3的-TCL database processing support library and a number of examples, including the mysql and the sqlite3
Platform: | Size: 6590464 | Author: csb | Hits:

[Windows CESQLite_WinCE_Demo

Description: SQlite 的WINCE 版本,应用此文件就可以在wince 上到处dll和Lib库了-sqlite for wince
Platform: | Size: 223232 | Author: mahongxia | Hits:

[Linux-Unixlibsqlite3.so.0.8

Description: sqlite3动态库(arm-linux)-sqlite3 lib for arm-linux
Platform: | Size: 340992 | Author: li | Hits:

[Linux-Unixlibsqlite3

Description: sqlite3静态库 arm-linux-sqlite3 lib for arm-linux
Platform: | Size: 384000 | Author: li | Hits:

[Windows CESQLite3_EVC

Description: 使用EVC编译的SQLite数据库,能在WCE5.0下正常使用。-WCE5.0_SQlite3 DataBase
Platform: | Size: 762880 | Author: 张扬 | Hits:

[Windows Mobilemobilesqlitesample

Description: 手机sqite3编程,包括最新的sqlite3的DLL,LIB等库文件-Mobile sqite3 programming, including the latest sqlite3 the DLL, LIB and other library
Platform: | Size: 1610752 | Author: goodman | Hits:

[ADO-ODBCVC_SQLITE

Description: VC6开发 c++ sqlite 创建数据库 创建数据表 插入数据 查询数据 包含全部必要的 DLL LIB .H-VC6 development c++ sqlite create database to create tables of data into the data query that contains all the necessary DLL LIB. H
Platform: | Size: 323584 | Author: 张晓楠 | Hits:

[Windows CEsqlite3_lib_3.6.10_wince

Description: sqlite3 lib 3.6.10 fro Wince 包括sqlite3.dll、sqlite3.def、sqlite3.h、sqlite3.exp、sqlite3.lib-sqlite3 lib 3.6.10 fro Wince include: sqlite3.dll, sqlite3.def, sqlite3.h, sqlite3.exp, sqlite3.lib
Platform: | Size: 267264 | Author: gene chen | Hits:

[ADO-ODBCsqlite3

Description: sqlite数据库在vc环境中使用的.h,.lib,.dll文件,在link中添加.lib文件即可使用-sqlite database for use in the vc environment. h,. lib,. dll files, add in the link. lib files can be used
Platform: | Size: 538624 | Author: | Hits:

[Other Databasessqlite3_Create_DLL_OR_lib(VS2008)

Description: sqlite3生成DLL和lib(VS2008源码)-sqlite3 create Dll lib 2008
Platform: | Size: 84992 | Author: liu3zy | Hits:

[Other Databasessqlite

Description: sqlite3 库文件和头文件,对大家可能有用,-sqlite3 lib and head,aaa,,,,,,
Platform: | Size: 381952 | Author: 天天 | Hits:

[ADO-ODBCsqllite

Description: SQLite3,包含 h,dll,def,lib,exe等文件 官方下载的没有lib,这个是我自己编译生成的,使用lib可以更方便的使用sqlite-SQLite3, contains h, dll, def, lib, exe and other file Download the official lib, this is my own compiled using lib can be more convenient to use sqlite
Platform: | Size: 672768 | Author: 汤阳 | Hits:

[ADO-ODBCVs08Sqlite3

Description: VS2008版对应的SQLITE3编译库(lib)文件-VS2008 version corresponding SQLITE3 compiled libraries (lib) file
Platform: | Size: 1478656 | Author: miko | Hits:

[ADO-ODBCsqlite3.14_CB2010

Description: SQLITE 3.14 的 静态库,包含源码,CB2010编译-SQLITE 3.14 static lib ,include all source files, compiled by cb2010.
Platform: | Size: 447488 | Author: | Hits:

[ADO-ODBCSQLite3Demo

Description: 本Demo演示了SQLite3的一个封装类的使用方法。在工程文件夹下有放入DbSqlite.cpp,DbSqlite.h,sqlite3.h,sqlite3i.h,w32SQLite3.dll,w32SQLite3.lib这6个文件,在适当的地方包含sqlite3.h头文件并#pragma comment(lib, .\\w32SQLite3.lib )即可。大家可以根据实际情况进行改进!*注意:创建数据库插入表操作要在单独的过程中进行,否则会出现BUG!-This demo demonstrates the use of SQLite3 s wrapper class. In the project folder into the DbSqlite.cpp, DbSqlite.h, sqlite3.h, sqlite3i.h, w32SQLite3.dll, w32SQLite3.lib these six files, in the appropriate place contains sqlite3.h header file and# pragma comment (Lib, . \\ w32SQLite3.lib ). We can be based on the actual situation to improve!* Note: create a insert table operation to be carried out in a separate process, otherwise there will be BUG!
Platform: | Size: 8492032 | Author: Zhangkai | Hits:

[Othersqlite3

Description: sqlite3.lib导入库,爱排污管好彼岸哦(The quick brown fox jumps over the lazy dog.)
Platform: | Size: 6144 | Author: 嘎我哈 | Hits:

[Linux-Unixsqlite-

Description: 将SQLite3.3.8(或者SQLite-3.3.12)移植到ARM2410开发板上,实现数据的增、删、改、查等功能。首先建立交叉编译环境,安装cross-2.95.3.tar.bz2交叉编译工具到/usr/arm-linux目录下,修改/home/sqlite-3.3.8目录下的configure文件的部分内容,将Makefile文件中的部分内容,设置交叉编译环境,再编译并安装,就生成了库文件,然后把sqlite3和lib下的库文件移植到ARM上(Will SQLite3.3.8 (or SQLite- 3.3.12) transplanted into the ARM2410 development board, the realization of data add, delete, change, check, etc.Cross-compilation environment, established by the installation of cross- 2.95.3. Tar. The.bz2 cross compile tools to/usr/arm- Linux directory, modify/home/sqlite- 3.3.8 directory of part of the configure file, the parts of the Makefile, set up the cross compiling environment, compile and install again, generates the library files, and then transplant sqlite3 and library files under the lib to admiral arm SQLite3.3.8 (or sqlite- 3.3.12) transplanted into the ARM2410 development board, realize data add, delete, change, check, etc.Cross-compilation environment, established by the installation of cross- 2.95.3. Tar. The.bz2 cross compile tools to/usr/arm- Linux directory, modify/home/sqlite- 3.3.8 directory of part of the configure file, the parts of the Makefile, set up the cross compiling environment, compile and install again, generates the librar)
Platform: | Size: 4096 | Author: joy | Hits:

CodeBus www.codebus.net